net/http.http2FrameWriteRequest.done (field)
11 uses
net/http (current package)
h2_bundle.go#L4969: done: ch,
h2_bundle.go#L5069: if wr.done != nil {
h2_bundle.go#L6278: done: errc,
h2_bundle.go#L7068: done: msg.done,
h2_bundle.go#L10888: done chan error
h2_bundle.go#L10966: done: nil,
h2_bundle.go#L10975: done: wr.done,
h2_bundle.go#L10994: return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
h2_bundle.go#L11000: if wr.done == nil {
h2_bundle.go#L11004: case wr.done <- err:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |